home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / misc / wclass20.zip / SQL1.SCT < prev    next >
Text File  |  1995-01-16  |  361b  |  14 lines

  1. //SQL Code Generation Script to generate SQL tables
  2. //Question - What additional With Class script variables or additional
  3. //dialog boxes, text boxes, or check boxes are required to fully
  4. //support SQL code generation.  Please send new scripts to MicroGold
  5. //71543.1172@compuserve.com
  6.  
  7.  
  8. CREATE TABLE CLASS
  9. (
  10. [  ATTRIBUTE_NAME ATTRIBUTE_TYPE 
  11. ]
  12. );
  13.  
  14.